argument n. 1.争论,辩论,论证。 2.论据,论点。 3.(书籍等的)梗概,摘要,大纲;(剧本等的)情节。 4.【数学】幅角;宗量,宗数,自变数。 5.【逻辑学】(三段论中的)中项,中词。 6.〔废语〕证据。 an artificial argument 巧辩,诡辩。 start [put forward] an argument 开始[挑起]争论。 argument against [for, in favour of] 反对[赞成]…的论点。 get [fall] into an argument with 与…发生争论。 ram an argument home 反覆说明论点使对方接受。 without argument 无异议。
null adj. 1.无效力的,无束缚力的。 2.无效的,无用的,无益的;无价值的。 3.没特征[个性]的,没表情的。 4.〔罕用语〕不存在的,没有的;零(位)的;空的。 n. 【数学】零,零位;空;【无线电】零讯号,微弱讯号。 a null indicator 零示器;零位指示器。 the null method 衡消法。 null and void 【律】无效;失效(This check is null and void. 本支票无效)。 vt. 使无效。
For errors caused by null arguments , see 有关空参数引起的错误,请参见
String is used in place of any null argument 字符串替代任何空参数。
In non - debug builds , both functions just test for a non - null argument 在非调试版本中,两个函数都仅测试非null参数。
The following code example shows a property that throws an exception if the caller passes a null argument 下面的代码示例演示一个属性,该属性在调用方传递一个空参数时引发异常。
It is provided so application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null 提供它是为了使应用程序代码能够区分由空参数引发的异常和由非空参数引发的异常。
It is provided so that application code can differentiate between exceptions caused by null arguments and exceptions caused by arguments that are not null 提供它的目的在于使应用程序代码可区分空参数导致的异常以及非空参数导致的异常。
Do throw system . argumentnullexception if a null argument is passed but the member does not support null nothing in visual basic arguments 如果传递了一个空参数而成员不支持空(在visual basic中为nothing )参数,则应引发system . argumentnullexception 。
It is provided so that application code can differentiate between exceptions caused by invalid arguments that are not a null reference nothing in visual basic , and exceptions caused by null arguments 提供该类的目的是:应用程序代码可以区分由不为空引用(在visual basic中为nothing )的无效参数引起的异常以及空参数引起的异常。